Deavmi's coding shack
Commit b97f2606fddb569150aa900da911ab08c863afbf
Parents : 0e7d7c1
Author : Tristan Brice Velloza Kildaire <deavmi@redxen.eu>
Date : 2026-04-27T17:26:14+02:00
removed unused file
Changes
Diff
diff --git a/utils/link_map.go b/utils/link_map.go
deleted file mode 100644
index cea5539..0000000
--- a/utils/link_map.go
+++ /dev/null
@@ -1,21 +0,0 @@
-package utils;
-
-// TODO: Make a safe variant of this
-// because you will need to protect
-// it
-type LinkMap[K any, V any] struct {
-
-}
-
-
-// you have items, then when you do
-// Clone() you get a new map but
-// with a parent set
-type linkMapInt[K any, V any] struct {
- _parent *linkMapInt[K, V]
-
-}
-
-// func (lmi linkMapInt) Clone() linkMapInt {
- //
-// }
Served by rngit 1.5.0 - Generated in 0.08s